home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 214
- Top = 132
- Width = 544
- Height = 375
- Caption = 'Picture Viewer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu
- PixelsPerInch = 96
- TextHeight = 13
- object MainMenu: TMainMenu
- Left = 8
- Top = 24
- object File1: TMenuItem
- Caption = '&File'
- object New1: TMenuItem
- Caption = '&New'
- end
- object Open1: TMenuItem
- Caption = '&Open...'
- OnClick = Open1Click
- end
- object Save1: TMenuItem
- Caption = '&Save'
- end
- object SaveAs1: TMenuItem
- Caption = 'Save &As...'
- OnClick = SaveAs1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Print1: TMenuItem
- Caption = '&Print...'
- end
- object PrintSetup1: TMenuItem
- Caption = 'P&rint Setup...'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object Undo1: TMenuItem
- Caption = '&Undo'
- ShortCut = 16474
- end
- object Repeatcommand1: TMenuItem
- Caption = '&Repeat <command>'
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object Cut1: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- end
- object Copy1: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- end
- object Paste1: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- end
- object PasteSpecial1: TMenuItem
- Caption = 'Paste &Special...'
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object Find1: TMenuItem
- Caption = '&Find...'
- end
- object Replace1: TMenuItem
- Caption = 'R&eplace...'
- end
- object GoTo1: TMenuItem
- Caption = '&Go To...'
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object Links1: TMenuItem
- Caption = 'Lin&ks...'
- end
- object Object1: TMenuItem
- Caption = '&Object'
- end
- end
- object Window1: TMenuItem
- Caption = '&Window'
- object NewWindow1: TMenuItem
- Caption = '&New Window'
- end
- object Tile1: TMenuItem
- Caption = '&Tile'
- OnClick = Tile1Click
- end
- object Cascade1: TMenuItem
- Caption = '&Cascade'
- OnClick = Cascade1Click
- end
- object ArrangeAll1: TMenuItem
- Caption = '&Arrange All'
- OnClick = ArrangeAll1Click
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object Hide1: TMenuItem
- Caption = '&Hide'
- end
- object Show1: TMenuItem
- Caption = '&Show...'
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object Contents1: TMenuItem
- Caption = '&Contents'
- end
- object Index1: TMenuItem
- Caption = '&Index'
- end
- object Commands1: TMenuItem
- Caption = 'Co&mmands'
- end
- object Procedures1: TMenuItem
- Caption = '&Procedures'
- end
- object Keyboard1: TMenuItem
- Caption = '&Keyboard'
- end
- object SearchforHelpOn1: TMenuItem
- Caption = '&Search for Help On'
- end
- object Tutorial1: TMenuItem
- Caption = '&Tutorial'
- end
- object HowtoUseHelp1: TMenuItem
- Caption = '&How to Use Help'
- end
- object About1: TMenuItem
- Caption = '&About...'
- OnClick = About1Click
- end
- end
- end
- object OpenDialog: TOpenDialog
- Title = 'Open a Picture for Viewing'
- Left = 48
- Top = 24
- end
- object SaveDialog: TSaveDialog
- Title = 'Save a Picture'
- Left = 88
- Top = 24
- end
- end
-